Learn R Programming

DDPM (version 0.1.0)

Major derogatory: The data set consists of the number of major derogatory reports in the credit history

Description

The function gives the number of major derogatory reports in the credit history of individual credit card applicants.

Usage

data_derogatory

Value

data_derogatory gives the number of major derogatory reports in the credit history of individual credit card applicants.

Arguments

data_derogatory

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data set consists of the number of major derogatory reports in the credit history of individual credit card applicants. Recently, it was used by Saengthong et al. (2015) and fitted by the zero-inflated negative binomial-Crack distribution.

References

Saengthong, P., Bodhisuwan, W., & Thongteeraparp, A. (2015). The zero-inflated negative binomial-Crack distribution: some properties and parameter estimation. Songklanakarin Journal of Science and Technology, 37(6), 701-711.

Examples

Run this code
x<-data_derogatory
summary(x)
table (x)

Run the code above in your browser using DataLab